This command allows you to quickly include another Document Type Definition (DTD) or external parsed entity either in the internal subset of a document type definition or in any DTD document. This is done by defining a corresponding external parsed entity declaration and using that entity in the following line:
| <!ENTITY % navigation.dtd SYSTEM "S:\xml\navigation.dtd">
| | %navigation.dtd;
| | |
When you use this command, it will open the common Assign File dialog to let you specify the DTD file you wish to include in your DTD.
|
|